home *** CD-ROM | disk | FTP | other *** search
/ Trusted Irix /B 4.0.4 / Trusted-Irix B-4.0.1.iso / dist / eoe1.idb / usr / include / sys / sprom.h.z / sprom.h
Text File  |  1992-04-03  |  592b  |  17 lines

  1. #ident "$Revision: 3.5 $"
  2.  
  3. /* Header file for PROM driver special ioctls */
  4.  
  5. /* Special IOCTL for prom stream module */
  6. #define PRIOC    ('P'<<8)
  7. #define PRSWTCH    (PRIOC|1)    /* Special ioctl for prom driver. Exact
  8.                    meaning is determined by argument */ 
  9.  
  10. /* PRSWTCH IOCTL arguments */
  11. #define PROMIO        0    /* do IO to proms. */
  12. #define PASSDATA    1    /* do IO to to stream head. */
  13. #define INPUTOFF    2    /* turn on PROM input timer. */
  14. #define INPUTON        3    /* turn off PROM input timer. */
  15. #define LIMBO        4    /* Limbo state. We can't do any output here. */
  16. #define INPROMIO    5    /*  are we in promio mode? */
  17.